3
How do I change the control's font


oDCOCX_Exontrol1:ThumbSize := 32
oDCOCX_Exontrol1:Font:Name := "Tahoma"
oDCOCX_Exontrol1:ForeColor := RGB(255,0,0)
oDCOCX_Exontrol1:[Caption,exThumbPart] := "thumb"

2
How can I change the control's foreground color


oDCOCX_Exontrol1:ForeColor := RGB(255,0,0)
oDCOCX_Exontrol1:ThumbSize := 32
oDCOCX_Exontrol1:[Caption,exThumbPart] := "thumb"

1
How can I change the control's background color


oDCOCX_Exontrol1:BackColor := RGB(0,255,0)